ASP.NET Core MVC コントロールヘルプ
CCI<T> クラス
メンバ 

C1.AspNetCore.Mvc.Finance アセンブリ > C1.Web.Mvc.Finance 名前空間 : CCI<T> クラス
Represents a Commodity Channel Index indicator series for the FinancialChart.
オブジェクト モデル
CCI<T> クラス
シンタックス
'宣言
 
Public Class CCI(Of T) 
   Inherits SingleOverlayIndicatorBase(Of T)
public class CCI<T> : SingleOverlayIndicatorBase<T> 
型パラメータ
T
解説
The commodity channel index is an oscillator that measures an asset's current price level relative to an average price level over a specified period of time.
継承階層

System.Object
   C1.Web.Mvc.ChartSeriesBase<T>
      C1.Web.Mvc.ExtraSeries<T>
         C1.Web.Mvc.Finance.SingleOverlayIndicatorBase<T>
            C1.Web.Mvc.Finance.CCI<T>

参照

CCI<T> メンバ
C1.Web.Mvc.Finance 名前空間